func runtime.gostringnocopy

10 uses

	runtime (current package)
		cgocallback.go#L12: 	panic(gostringnocopy(p))
		runtime1.go#L73: 		argslice[i] = gostringnocopy(argv_index(argv, i))
		string.go#L471: func gostringnocopy(str *byte) string {
		symtab.go#L975: 	return gostringnocopy(cfuncname(f))
		symtab.go#L1002: 	return gostringnocopy(cfuncnameFromNameoff(f, nameoff))
		symtab.go#L1012: 		return gostringnocopy(&datap.filetab[fileoff])
		traceback.go#L1379: 			println(gostringnocopy(arg.funcName))
		traceback.go#L1385: 			print(gostringnocopy(arg.file), ":", arg.lineno, " ")
		vdso_linux.go#L193: 			if def.vd_hash == ver.verHash && ver.version == gostringnocopy(&info.symstrings[aux.vda_name]) {
		vdso_linux.go#L220: 		if k.name != gostringnocopy(&info.symstrings[sym.st_name]) {